﻿@charset "utf-8";
html, body{position:relative;-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; word-wrap:break-word; -webkit-text-size-adjust:100%; -webkit-overflow-scrolling:touch; -webkit-tap-highlight-color:transparent }
.Header-wrapper, .Container-wrapper, .Footer-wrapper, .container, .banner-container, .index-container{position:relative;left:0px;width:100%;min-width:1100px;height:auto;}
.contain{width:1100px;margin:0 auto;position:relative;}
/*--- Header ---*/
.Header-wrapper{z-index:99;}
.contain-Htop{z-index:10;}
.Header-wrapper .logo{float:left;margin:3px 0 3px 0;}/*logo*/
.Header-wrapper .Hlang{height:83px;padding-left:50px;background:url(../images/icon-lang.png) no-repeat left center;float:right;}/*语言*/
.Hlang .Hlang-box{width:128px;height:19px;border:1px solid #d9d9d9;background:url(../images/icon-dd1.png) no-repeat 111px center;position:relative;cursor:pointer;margin:2px 0 0;}
.Hlang-box .name{display:block;line-height:17px;padding-left:5px;font-size:13px;color:#989898;}
.Hlang-box .Hlang-list{width:110px;padding:8px 10px;background-color:#f7f7f7;position:absolute;left:-1px;top:20px;display:none;}
.Hlang-list a{display:block;height:26px;line-height:26px;font-size:14px;color:#989898;}
.Hlang-list a.cur,
.Hlang-list a:hover{color:#323232;}
.Hlang-box:hover .Hlang-list{display:block;}
.Header-wrapper .Hsrch{width:180px;height:30px;line-height:30px;padding:10px 33px 0 6px;border:1px solid #d9d9d9;position:relative;float:right;margin:18px 10px 0 0;}/*搜索*/
.Hsrch .text{display:block;width:100%;font-size:14px;color:#989898;padding:0px;background:none;border:0px;margin:0px;}
.Hsrch .btn{width:33px;height:30px;line-height:30px;background:url(../images/icon-srch.png) no-repeat top center;border-left:1px solid #d9d9d9;position:absolute;right:0px;top:5px;}
/*动态效果*/
.fadeIns { animation-name: fadeIns; -webkit-animation-name: fadeIns; }
.fadeInDown { animation-name: fadeInDown; -webkit-animation-name: fadeInDown; }
.fadeInDowns { animation-name: fadeInDowns; -webkit-animation-name: fadeInDowns; }
.fadeInRights { animation-name: fadeInRights; -webkit-animation-name: fadeInRights; }
.fadeInLefts { animation-name: fadeInLefts; -webkit-animation-name: fadeInLefts; }
.flashUp { animation-name: flashUp; -webkit-animation-name: flashUp; }
.fadeIn { animation-name: fadeIn; -webkit-animation-name: fadeIn; }

.updown{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite;}
@-webkit-keyframes updown {
    0% { -webkit-transform: translate(0px, 0px); }
    25% { -webkit-transform: translate(0px, -10px); }
    50% { -webkit-transform: translate(0px, 0px); }
    75% { -webkit-transform: translate(0px, 10px); }
    100% { -webkit-transform: translate(0px, 0px);}
}
@-moz-keyframes updown {
    0% { -moz-transform: translate(0px, 0px); }
    25% { -moz-transform: translate(0px, -10px); }
    50% { -moz-transform: translate(0px, 0px); }
    75% { -moz-transform: translate(0px, 10px); }
    100% { -moz-transform: translate(0px, 0px);}
}

@keyframes updown {
    0% { transform: translate(0px, 0px); }
    25% { transform: translate(0px, -10px);}
    50% { transform: translate(0px, 0px);}
    75% { transform: translate(0px, 10px);}
    100% { transform: translate(0px, 0px);}
}
/*箭头向上*/
.arrow-up {
    width:0;  height:0; border-left:30px solid transparent;border-right:30px solid transparent;border-bottom:30px solid #fff;
}

 /*箭头向下*/
.arrow-down {
    width:0; 
    height:0; 
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top:20px solid #0066cc;
}

@-webkit-keyframes fadeIn { 0% {
opacity:0
}
to { opacity:1 }
}
@keyframes fadeIn { 0% {
opacity:0
}
to { opacity:1 }
}
.fadeIn { -webkit-animation-name:fadeIn; animation-name:fadeIn }
@-webkit-keyframes fadeInDowns { 0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
@keyframes fadeInDowns { 0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
.fadeInDowns { -webkit-animation-name:fadeInDowns; animation-name:fadeInDowns }
@-webkit-keyframes zoomIns { 0% {
opacity:0;
-webkit-transform:scale3d(.8, .8, .8);
transform:scale3d(.8, .8, .8)
}
50% {
opacity:1
}
}
@keyframes zoomIns { 0% {
opacity:0;
-webkit-transform:scale3d(.8, .8, .8);
transform:scale3d(.8, .8, .8)
}
50% {
opacity:1
}
}
.zoomIns { -webkit-animation-name:zoomIns; animation-name:zoomIns }
@-webkit-keyframes rotateIn { 0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
0%, to {
-webkit-transform-origin:center
}
to { -webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1 }
}
@keyframes rotateIn { 0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
0%, to {
-webkit-transform-origin:center
}
to { -webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1 }
}
.rotateIn { -webkit-animation-name:rotateIn; animation-name:rotateIn }
@-webkit-keyframes fadeInRights { 0% {
opacity:.3;
-webkit-transform:translate3d(30%, 0, 0);
transform:translate3d(30%, 0, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
@keyframes fadeInRights { 0% {
opacity:.3;
-webkit-transform:translate3d(30%, 0, 0);
transform:translate3d(30%, 0, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
.fadeInRights { -webkit-animation-name:fadeInRights; animation-name:fadeInRights }
@-webkit-keyframes fadeInLefts { 0% {
opacity:.3;
-webkit-transform:translate3d(-30%, 0, 0);
transform:translate3d(-30%, 0, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
@keyframes fadeInLefts { 0% {
opacity:.3;
-webkit-transform:translate3d(-30%, 0, 0);
transform:translate3d(-30%, 0, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
.fadeInLefts { -webkit-animation-name:fadeInLefts; animation-name:fadeInLefts }
@-webkit-keyframes flipInX { 0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
0%, 40% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
40% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg)
}
60% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateX(-5deg);
transform:perspective(400px) rotateX(-5deg)
}
to { -webkit-transform:perspective(400px); transform:perspective(400px) }
}
@keyframes flipInX { 0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
0%, 40% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
40% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg)
}
60% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateX(-5deg);
transform:perspective(400px) rotateX(-5deg)
}
to { -webkit-transform:perspective(400px); transform:perspective(400px) }
}
.flipInX { -webkit-backface-visibility:visible!important; backface-visibility:visible!important; -webkit-animation-name:flipInX; animation-name:flipInX }
@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.5, .5, .5);
transform:scale3d(.5, .5, .5)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to { opacity:1; -webkit-transform:scaleX(1); transform:scaleX(1) }
}
@keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.5, .5, .5);
transform:scale3d(.5, .5, .5)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to { opacity:1; -webkit-transform:scaleX(1); transform:scaleX(1) }
}
.bounceIn { -webkit-animation-name:bounceIn; animation-name:bounceIn }
@-webkit-keyframes zoomInRight { 0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(100%, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(100%, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInRight { 0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(100%, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(100%, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight { -webkit-animation-name:zoomInRight; animation-name:zoomInRight }
@-webkit-keyframes fadeInUp { 0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
@keyframes fadeInUp { 0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
.fadeInUp { -webkit-animation-name:fadeInUp; animation-name:fadeInUp }
@-webkit-keyframes zoomIn { 0% {
opacity:0;
-webkit-transform:scale3d(.5, .5, .5);
transform:scale3d(.5, .5, .5)
}
50% {
opacity:1
}
}
@keyframes zoomIn { 0% {
opacity:0;
-webkit-transform:scale3d(.5, .5, .5);
transform:scale3d(.5, .5, .5)
}
50% {
opacity:1
}
}
.zoomIn { -webkit-animation-name:zoomIn; animation-name:zoomIn }
 @-webkit-keyframes fadeInDown { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
@keyframes fadeInDown { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity:1; -webkit-transform:none; transform:none }
}
.fadeInDown { -webkit-animation-name:fadeInDown; animation-name:fadeInDown }

/*箭头向左*/
.arrow-left {
    width:0; 
    height:0; 
    border-top:30px solid transparent;
    border-bottom:30px solid transparent; 
    border-right:30px solid yellow; 
}
    
/*箭头向右*/
.arrow-right {
    width:0; 
    height:0; 
    border-top:50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid green;
}

/*居左居右*/
.fl { float: left; }
.fr { float: right; }
/*固定的客服悬浮窗*/
.yb_conct { position:fixed; z-index:9999999; top:300px; right:-127px; cursor:pointer; transition:all .3s ease;}
.yb_bar ul li { width:180px; height:53px; font:16px/53px 'Microsoft YaHei'; color:#fff; text-indent:54px; margin-bottom:3px; border-radius:3px; transition:all .5s ease;
overflow:hidden; }
.yb_bar .yb_top { background:#145bbb url(../images/fixCont.png) no-repeat 0 0; }
.yb_bar .yb_phone { background:#145bbb url(../images/fixCont.png) no-repeat 0 -57px; }
.yb_bar .yb_QQ { text-indent:0; background:#145bbb url(../images/fixCont.png) no-repeat 0 -113px; }
.yb_bar .yb_ercode { background:#145bbb url(../images/fixCont.png) no-repeat 0 -169px; }
.hd_qr { padding:0 29px 25px 29px; }
.yb_QQ a { display:block; text-indent:54px; width:100%; height:100%; color:#fff;}

/*导航*/
.container-Hnav{background:rgb(9, 78, 148)}
.container-Hnav .Hnav{width:1100px;margin:0 auto;}
.Hnav>li{width:157px;float:left;font-size: 17px; background: url(../images/navborder.png) no-repeat right center;}
.Hnav>li:first-child{margin-left:0px;}
.Hnav .name{display:block;height:55px;line-height:55px;color:#fff;text-align:center;}
.Hnav>li.cur .name,.Hnav>li:hover .name{background-color:rgb(13, 95, 179);}
/*二级下拉*/
.Hn2nd-box{padding:0 0 10px 0;width:157px;/* border-top:4px solid #0054a5; */background-color:rgb(13, 95, 179);border-bottom-right-radius:10px;border-bottom-left-radius:10px;position:absolute;top:55px;display:none;}
.Hn2nd-box .Hn2nd-con{display:block;width:157px;padding:0 25px;color:#585858;border-left:1px solid #d2d2d2;float:right;}
.Hn2nd-con img{width:157px;height:92px;margin-bottom:5px;}
.Hn2nd-box .Hn2nd-list{width:100%;overflow:hidden;float:left;}
.Hn2nd-list a{display:block;width:100%;text-align:center;color:#fff;float:left;height: 40px; font-size: 15px; color: rgb(255, 255, 255); line-height: 40px; overflow: hidden; border-top: #2670bc 1px solid;/* letter-spacing:1px; */}
.Hn2nd-list a.cur,.Hn2nd-list a:hover{color:#fff;background: rgb(9, 78, 148); }
.Hn2nd-list .type{color:#fff;margin:7.5px 0;}
.Hn2nd-box.Hn2nd-list{width:157px;left:0px;}

.Hnav>li:hover .Hn2nd-box{display:block;}
/*--- Footer ---*/
.container-fcr{height:40px;line-height:40px;font-size:14px; background-color:#1c223a;color:#fff}
.container-footer{padding:40px 0 35px;background:url(../images/bot_bg.jpg) no-repeat;}
.Footer-wrapper a:hover{color:#fff;}
.container-footer .fnav{width:850px;float:left;}
.fnav dl{width:16.6%;float:left;}
.fnav dl dt{display:block;font-size:18px;color:#fff;margin-bottom:15px;}
.fnav dl dd{display:block;color:#fff;margin-top:5px;}
.fnav dl dd a ,.fnav dl dd a:hover {color:#a4a4a4;}
.container-footer .fct{width:150px;color:#cccccc;line-height:22px;float:left;}
.fct .fct-ewm{text-align:center;color:#cccccc;float:left;margin:10px 0 0;}
.container-footer .sale-nw{padding-left:19px;border-left:1px solid #a2a2a2;float:left;}
.sale-nw .top{font-size:16px;color:#a6a6a6;margin-left:7px;}
/*--- Banner ---*/
.banner-container .bnr-img{display:block;width:100%;height:auto;}
.bnr-img.page-bnr{height:300px;}
#index-bnr,
#index-bnr .bnr-img{height:500px;}
#index-bnr .swiper-pagination{bottom:35px;}
#index-bnr .swiper-pagination-bullet{width:10px;height:10px;background-color:#dfdfdf;opacity:1;margin:0 9px;}
#index-bnr .swiper-pagination-bullet-active{background-color:#0054a5;}
.bantit{width:1080px;margin:0 auto; padding-top:80px;color:#444;}
.bantit h1{font-size:40px;}
.bantit p{text-transform:uppercase;font-size:22px;}
/*--- Container ---*/
/*clearfix*/
/*
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display:block; }
*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}
/*初始化按钮*/
.btn{display:inline-block;text-align:center;padding:0px;border:0px;margin:0px;position:relative;cursor:pointer;}
.btn span{display:inline-block;}
/*通用img*/
img.rollover{position:absolute;top:0px;left:0px;opacity:0;filter:Alpha(opacity=0);z-index:2;}
#header { margin: 0px auto; width: 1200px; }
.header { margin: 0px auto; width: 1200px; }
.welcome { color: rgb(94, 94, 94); font-size: 12px; font-weight: 600; }
.top { height:35px; color: rgb(94, 94, 94); line-height:35px; font-size:12px; border-bottom-color:rgb(220, 220, 220); border-bottom-width:1px; border-bottom-style:solid; }
.yuyan a { padding:0px 10px; }
.yuyan a:hover { color: rgb(13, 95, 179); }
.yuyan img { padding-left: 10px; }
.k2 { color: rgb(94, 94, 94); line-height: 40px; font-size: 12px;}
.k1 a { color: rgb(94, 94, 94); }
.k1 a:hover { color: rgb(13, 95, 179); }
.top2 { height: 75px; }
.logo {height: 75px; }
ul, li { list-style:none; }
.k2 { background: url("../images/phone.png") no-repeat left; height: 75px; padding-left: 53px; display: table; }
.k2 .lianxi { line-height: 20px; vertical-align: middle; display: table-cell; }
.k2 .lianxi a:hover span { color: rgb(13, 95, 179) !important; }

/*-- 首页 --*/
.p-title{height:38px;line-height:38px;border-bottom:1px solid #e1e1e1;position:relative;overflow:hidden;}
.p-title .name{font-size:24px;color:#595959;}
.p-title .more{display:block;color:#585858;padding-right:11px;background:url(../images/icon-dd2.png) no-repeat right center;float:right;}
/*产品*/
.container-Ipro{padding:43px 0 29px;}
.Ipro-wrapper{overflow:hidden;margin:37px 0 0;}
.Ipro-wrapper li{width:274px;border-left:1px dotted #e1e1e1;float:left; margin-bottom:30px;}
.Ipro-wrapper li:first-child{border-left:0px;}
.Ipro-box{padding:0 25.125px 7px;position:relative;cursor:pointer;}
.Ipro-box .Ipro-img{width:218px;height:218px;font-size:0px;text-align:center;}
.Ipro-box .Ipro-img img{max-width:218px;max-height:218px;}
.Ipro-box .Ipro-name{height:45px;line-height:45px;text-align:center;font-size:0px;border-top:1px solid #e9e8e8;border-bottom:1px solid #e9e8e8;}
.Ipro-box .Ipro-block{width:100%;height:100%;background-color:#0054a5;position:absolute;top:0px;left:0px;opacity:0;filter:Alpha(opacity=0);display:none;}
.Ipro-block .Ipro-name2{padding:12px 0 0 10.5px;height:31px;line-height:31px;font-size:0px;color:#ffffff;}
.Ipro-block .Ipro-list{padding:0 56px 0 67px;}
.Ipro-list a{display:block;height:32px;padding-left:10px;text-align:left;line-height:32px;color:#80bdf7;background:url(../images/icon-dd3.png) no-repeat left center;border-bottom:1px dotted #3b7bb8;}
.Ipro-block .btn{display:block;width:98px;height:23px;line-height:23px;color:#80bdf7;border:1px solid #80bdf7;border-radius:23px;margin:17px auto 0;}
.Ipro-block .btn span{padding-right:13px;background:url(../images/icon-dd4.png) no-repeat right center;}
.Ipro-list a:hover,
.Ipro-block .btn:hover{color:#fff;}
.Ipro-box:hover .Ipro-block{opacity:1;filter:Alpha(opacity=100);display:block;}
/*新闻*/
.container-Inews{padding:29px 0 27px;}
.Inews-wrapper{width:740px;float:left;}
.p-title .split{display:inline-block;height:24px;width:1px;background-color:#ccc;vertical-align:middle;margin:-8px 5px 0;}
.p-title .name.cur,
.p-title .name:hover{color:#0054a6;}
.p-title .en{text-transform:uppercase;font-size:18px;}
.Inews-box{position:relative;overflow:hidden;margin:25px 0 0;display:none;}
/*集团*/
.InGroup-1st{width:359px;float:left;}
.InGroup-1st img{width:359px;height:157px;}
.InGroup-1st .name{color:#343434;margin:5px 0 0;font-size:18px;}
.InGroup-1st .con{height:40px;font-size:12px;color:#646464;line-height:20px;margin:5px 0 0;}
.InGroup-list{width:360px;float:right;}
.InGroup-list .InGroup-box{display:block;position:relative;overflow:hidden;margin:20px 0 0;}
.InGroup-list .InGroup-box:hover .num{background-color:#0054a6;color:#fff;}
.InGroup-box .num{width: 50px;height:60px;line-height:60px;font-size:42px;color:#b3b3b3;font-family:'Arial';border-right:0px solid #b3b3b3;float:left; background:#f5f5f5;text-align:center; border-radius:5px}
.InGroup-box .name{width:230px;line-height:17px;font-size:17px;float:left;margin: 0 0 0 9px;}
.InGroup-box:hover .name,.InGroup-box:hover .con {color,:#0054a6;}
.InGroup-box .date{width:65px;text-align:right;font-size:12px;color:#585858;line-height:16px;float:left;}
.InGroup-box .con,
.InInd-box .con{width:300px;height:40px;color:#646464;font-size:12px;line-height:20px;float:left;margin: 6px 0 0 9px;}
/*行业*/
.InInd-box{position:relative;overflow:hidden;margin:12px 0 0;}
.InInd-box .InInd-img,
.InInd-img img{width:128px;height:68px;float:left;overflow:hidden;}
.InInd-box .name{width:483px;color:#343434;line-height:20px;float:left;margin:0 0 0 19px;}
.InInd-box .date{width:110px;line-height:20px;text-align:right;font-size:12px;color:#585858;float:left;}
.InInd-box .con{width:593px;margin:6px 0 0 19px;}
.InGroup-list .InGroup-box:first-child,
.InInd-box:first-child{margin:0px;}
.InGroup-1st:hover .name,
.InGroup-box:hover .name,
.InInd-box:hover .name{color:#0054a6;}


/*企业视频*/
.Imedia-wrapper{width:324px;float:right;}
.Imedia-box{position:relative;margin:15px 0 0;}
.Imedia-box li{height:60px;line-height:60px;border-bottom:1px dotted #ccc;font-size:16px;}
.Imedia-box li a{color:#666}
.Imedia-box li a:hover  {color:#0054a6;}
.Imedia-box>img{width:324px;height:227px;}
.Imedia-box .Imedia-btn{display:block;width:100%;height:100%;background:url(../images/icon-media.png) no-repeat center center;position:absolute;top:0px;left:0px;z-index:2;}
.Imedia-box .Imedia-block{position:relative;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:10;display:none;}
.Imedia-block .ImediaCon_wrapper,
#ImediaCon_wrapper{width:100% !important;height:100% !important;}
/*案例*/
.container-Icase{padding:27px 0 45px;}
.Icase-list{width:1216px;overflow:hidden;margin:27px 0 0 -16px;}
.Icase-list li{width:263px;padding-left:16px;float:left;margin-bottom:40px}
.Icase-box{height:354px;background-color:#E6EFF2;position:relative;overflow:hidden;}
.Icase-box img{width:263px;height:197px;}
.Icase-box .name{width:230px;height:50px;line-height:50px;text-align:center;font-size:18px;border-bottom:1px solid #dbdbdb;margin:4px auto 0;}
.Icase-box .con{width:230px;height:48px;font-size:14px;color:#7f7f7f;line-height:24px;padding:10px;}
.Icase-box:hover{background-color:#0054a5;}
.Icase-box:hover .name,
.Icase-box:hover .con{color:#ffffff;}
.Icase-box:hover .name{border-bottom:1px solid #4280bb;}

/*-- 内页 --*/
.container-page{padding:0 0 60px;background-color:#f9f9f9;}
.container-pageTop{padding:24px 0;background-color:#f9f9f9;}
.container-pageTop .contain{background-color:#edf0f6;overflow:hidden;}
.pnav a{display:block;width:125px;height:48px;line-height:48px;color:#313131;text-align:center;border-right:1px solid #f9f9f9;float:left;}
.pnav a.cur,.pnav a:hover{background-color:#0054a5;color:#fff;}
.plocate{float:right;height:48px;padding-left:28px;line-height:48px;font-size:14px;color:#727171;background:url(../images/icon-locate.png) no-repeat left center;margin-right:18px;}
.plocate a:last-child{color:#000000;}
.p2-title{text-align:center;}/*通用标题*/
.p2-title h1{font-size:28px;line-height:28px;color:#0054a5;font-weight:normal;}
.p2-title p{font-size:16px;color:#dfdfdf;text-transform:uppercase;margin:6px 0 0;}
.p2-title.p3-title h1{color:#fff;}
.p2-title.p3-title p{color:#2b79ca;}
.container-pageTop.pageTop2{padding:0px;}
.container-pageTop.pageTop2 .contain{background-color:#f9f9f9;}
/*公司简介*/
.container-comPro{padding:50px 0 60px;}
.comPro-img{width:524px;height:280px;float:left;margin:40px 0 0;}
.comPro-box{width:540px;position:relative;float:right;margin:40px 0 0;}
.comPro-box .viewport,
.comPro-box .overview{width:505px;height:280px;position:relative !important;}	
.comPro-box .scrollbar{width:4px;height:280px;background-color:#e8e7e7;}
.comPro-box .track{width:4px;}	
.comPro-box .thumb{width:8px;left:-2px;background-color:#c1c1c1;}
.comPro-box .comPro-con{color:#585858;line-height:24px;}
.comPro-con p{text-indent:2em;}
/*合作伙伴*/
.container-parter{padding:58px 0 0;height:453px;background:url(../images/parter-bg.jpg) no-repeat center top;}
.parter-swiper{margin:40px 0 0;}
.parter-list{width:1216px;margin:0 0 0 -16px;}
.parter-list li{width:170px;padding:8px 0 8px 16px;float:left;}
.parter-list .parter-box{display:block;height:80px;line-height:80px;text-align:center;font-size:0px;background-color:#fff;}
.parter-swiper .swiper-container{height:288px;}
.parter-swiper .swiper-pagination{text-align:center;font-size:0px;position:relative;bottom:0px;margin:15px 0 0;z-index:99;}
.parter-swiper .swiper-pagination .swiper-pagination-switch{display:inline-block;width:10px;height:10px;background-color:#b8cee4;border-radius:100%;opacity:1;margin:0 5px;cursor:pointer;}
.parter-swiper .swiper-pagination .swiper-active-switch{background-color:#2b93ff;}
/*我们的优势*/
.container-comAdv{padding:55px 0 29px;}
.comAdv-list{margin:55px 0 0;}
.comAdv-list li{width:20%;height:205px;text-align:center;float:left;cursor:pointer;}
.comAdv-list .comAdv-img{display:inline-block;width:120px;height:120px;text-align:center;line-height:120px;font-size:0px;border-radius:100%;background-color:#c8c8c8;}
.comAdv-list .name{font-size:18px;color:#202020;margin:13px 0 0;}
.comAdv-list li.cur,
.comAdv-list li:hover{background:url(../images/icon-dd5.png) no-repeat center bottom;}
.comAdv-list li.cur .comAdv-img,
.comAdv-list li:hover .comAdv-img{background-color:#0054a5;}
.comAdv-list li.cur .name,
.comAdv-list li:hover .name{color:#0054a5;}
.comAdv-box{background-color:#f5f5f5;}
.comAdv-box .comAdv-con{padding:40px 0;color:#585858;line-height:30px;display:none;}
/*宇泰品质*/
.container-comQal{padding:58px 0 60px;}
.comQal-top{width:1000px;color:#585858;line-height:30px;text-align:center;margin:25px auto 0;}
.comQal-list{margin:35px auto 0;}
.comQal-list li{width:25%;text-align:center;float:left;}
.comQal-list .name{font-size:18px;color:#202020;margin:15px 0 0;}
.comQal-list .con{width:210px;color:#585858;line-height:23px;margin:18px auto 0;}
/*发展历程*/
.container-comHist{min-height:658px;padding:47px 0 0;background:url(../images/hist-bg.jpg) no-repeat top center;background-size:cover;}
.comHist-swiper{position:relative;}
.comHistSwiper-man{width:810px;height:275px;padding:40px 145px;position:relative;overflow:hidden;margin:0 auto;}
.comHistSwiper-man ul{overflow:hidden;}
.comHistSwiper-man ul li{width:810px;}
.comHistSwiper-man table{width:100%;border:0px;}
.comHistSwiper-man table tr td{color:#ffffff;vertical-align:middle;line-height:25px;}
.comHistSwiper-man table tr td:first-child{width:275px;text-align:center;font-size:48px;}
.comHistSwiper-box{width:100%;height:275px;position:relative;overflow:hidden;}
.comHistSwiper-min{width:100%;height:107px;background:url(../images/hist-line.png) repeat-x left 16px;overflow:hidden;position:relative;margin:21px 0 0;}
.comHistSwiper-min .num{width:1101px;height:107px;position:relative;overflow:hidden;margin:0 auto;}
.comHistSwiper-min .num ul{position:absolute;top:0px;left:0px;overflow:hidden;}
.comHistSwiper-min .num ul li{width:183.5px;height:107px;text-align:center;font-size:26px;color:#b8c8e0;background:url(../images/hist-bg.png) no-repeat center top;float:left;}
.comHistSwiper-min .num ul li a{display:block;padding:47px 0 0;}
.comHistSwiper-min .num ul li a span{display:block;height:60px;line-height:60px;}
.comHistSwiper-min .num ul li.on a{font-size:32px;color:#fff;background:url(../images/hist-cur.png) no-repeat top center;}
.comHistSwiper-prev,
.comHistSwiper-next{display:block;width:67px;height:100%;position:absolute;top:0px;}
.comHistSwiper-prev{left:0px;background:url(../images/swiper1-l.png) no-repeat left center;}
.comHistSwiper-next{right:0px;background:url(../images/swiper1-r.png) no-repeat right center;}
.comHist-box{width:535px;height:275px;position:relative;overflow:hidden;}
.comHist-box .viewport,
.comHist-box .overview{width:505px;height:275px;position:relative !important;}	
.comHist-box .scrollbar{width:2px;height:275px;background-color:#287ccb;margin-right:2px;}
.comHist-box .track{width:2px;}	
.comHist-box .thumb{width:4px;left:-1px;background-color:#fff;}
/*企业文化*/
.container-comCul{padding:50px 0 70px;}
.comCul-top1{text-align:center;font-size:18px;margin:20px 0 0;}
.comCul-top2{width:645px;text-align:center;color:#585858;line-height:24px;margin:18px auto 0;}
.comCul-list{width:1116px;margin:0 0 0 -8px;}
.comCul-list li{width:263px;padding:8px;float:left;}
.comCul-list .comCul-box{display:block;position:relative;}
.comCul-box .comCul-img{width:263px;height:177px;}
.comCul-box .comCul-block{width:100%;padding:24px 0 0;text-align:center;font-size:18px;color:#ffffff;position:absolute;top:0px;left:0px;}
.comCul-block .img{height:100px;line-height:100px;font-size:0px;}
.comCul-box .comCul-con{width:100%;height:100%;background:rgba(0,84,165,0.8);position:absolute;top:0px;left:0px;z-index:10;opacity:0;}
.comCul-con .name{line-height:50px;color:#ffffff;font-size:0px;margin:10px 0 0 20px;}
.comCul-con .name span{vertical-align:middle;font-size:18px;font-weight:600;margin-left:10px;}
.comCul-con .con{width:205px;margin:0 auto;}
.comCul-con .con tr td{height:105px;text-align:center;vertical-align:middle;color:#fff;line-height:24px;}
.comCul-box:hover .comCul-block{display:none;}
.comCul-box:hover .comCul-con{opacity:1;}
/*资质荣誉*/
.container-comHonor,
.container-comCEOs{padding:0 0 50px;background-color:#f9f9f9;}
.container-comHonor .contain{padding:40px 0;background-color:#fff;}
.comHonor-list{width:1068px;margin:19px auto 0;}
.comHonor-list li{width:330px;padding:13px;float:left;}
.comHonor-box{display:block;height:225px;padding:9px 0 0;border:1px solid #c7c6c6;background-color:#f9f9f9;position:relative;}
.comHonor-box .comHonor-img{width:307px;height:175px;line-height:175px;text-align:center;font-size:0px;background-color:#fff;position:relative;margin:0 auto;}
.comHonor-img i{display:block;width:100%;height:100%;background-color:rgba(102,102,102,0.5);background-image:url(../images/icon-see.png);background-repeat:no-repeat;background-position:center center;position:absolute;top:0px;left:0px;opacity:0;}
.comHonor-box .name{height:50px;line-height:50px;text-align:center;color:#585858;}
.comHonor-box:hover i{opacity:1;}
/*总裁致辞*/
.container-comCEOs .contain{padding:40px 0;color:#585858;background-color:#fff;}
.comCEOs-left{text-align:center;float:left;margin-left:30px;}
.comCEOs-box{width:725px;line-height:24px;text-align:justify;position:relative;overflow:hidden;float:right;margin-right:25px;}
/*产品中心*/
/*左侧导航*/
.pro-nav,
.case-nav{width:210px;padding-bottom:25px;background-color:#fff;position:relative;overflow:hidden;float:left;}
.pnav-top,
.cnav-top{padding:10px 0 10px 20px;color:#fff;background-color:#0054a5;overflow:hidden;}
.pnav-top h1,
.cnav-top h1{font-size:50px;line-height:40px;float:left;}
.pnav-top h2,
.cnav-top h2{width:80%;font-size:24px;line-height:20px;float:left;margin:1px 0 0 3px;}
.pnav-top p,
.cnav-top p{float:left;margin:1px 0 0 3px;text-transform:uppercase;font-size:18px;font-family:Arial, Helvetica, sans-serif;}
.pnav-list,
.cnav-list{margin:0 auto 0;}
.pnav-list li,
.cnav-list li{display:block;}
.pnav-list li:first-child .name,
.cnav-list li:first-child .name{border-top:1px solid #f2f2f2;}
.pnav-list .name,
.cnav-list .name{display:block;height:45px;padding:0 0 0 20px;line-height:45px;color:#131313;border-bottom:1px solid #f2f2f2;border-left:2px solid #fff;background-image:url(../images/icon-dd6.png);background-repeat:no-repeat;background-position:186px center;}
.pnav-list .pnav-2nd,
.cnav-list .cnav-2nd{padding:4px 4px 4px 0;border-bottom:1px solid #f2f2f2;display:none;}
.pnav-2nd a,.cnav-2nd a{display:block;height:30px;line-height:30px;color:#131313;border-radius:15px;background:url(../images/icon-dd2.png) 10px center no-repeat;padding-left:20px;}
.pnav-list .name.cur,
.cnav-list .name.cur{border:0px;border-left:2px solid #089c4a;background-color:#f5f5f5;background-image:url(../images/icon-dd6-2.png);background-repeat:no-repeat;background-position:184px center;}
.pnav-list a:hover,.pnav-2nd a.cur,.cnav-list a:hover,.cnav-2nd a.cur{color:#0054a5;background-color:#f5f5f5;}
/*右侧列表*/
.pro-list{width:840px;padding:10px 15px 50px;background-color:#fff;position:relative;float:right;}
.pro-list li{width:256px;padding:12px;float:left;}
.pro-list .pro-box{display:block;text-align:center;border:1px solid #eeeeee;}
.pro-box .pro-img{width:254px;height:232px;line-height:232px;font-size:0px;overflow:hidden;}
.pro-box .pro-block{height:75px;padding:11px 0 0;font-size:12px;color:#585858;}
.pro-block p{padding:3px 10px;}
.pro-box:hover{border-color:#0054a5;}
.pro-box:hover .pro-block{background-color:#0054a5;color:#fff;} 
/*详细*/
.pro-info{width:810px;padding:38px 28px;background-color:#fff;float:right;}
.pInfo-swiper{width:368px;float:left;}
.pInfoSwiper-man ul,
.pInfoSwiper-min .num ul{position:absolute;top:0px;left:0px;overflow:hidden;}
.pInfoSwiper-man{width:366px;height:350px;border:1px solid #eeeeee;position:relative;overflow:hidden;}
.pInfoSwiper-man ul li{width:365px;height:350px;line-height:350px;text-align:center;font-size:0px;float:left;}
.pInfoSwiper-man ul li img{width:340px;height:260px;}
.pInfoSwiper-min{height:64px;position:relative;overflow:hidden;margin-top:9px;}
.pInfoSwiper-min .num{width:368px;height:64px;position:relative;overflow:hidden;float:left;}
.pInfoSwiper-min .num li{width:62px;height:62px;line-height:62px;text-align:center;font-size:0px;border:1px solid #eeeeee;float:left;margin-right:12px;}
.pInfoSwiper-min .num li.on{border-color:#0054a5;}
.pInfoSwiper-min .num li img{width:60px;height:60px;}
.pInfo-top{width:390px;float:left;margin:9px 0 0 52px;}
.pInfo-top .con1{padding:0 0 11px;color:#000000;line-height:22px;border-bottom:1px solid #eeeeee;}
.pInfo-top .con2{color:#585858;line-height:30px;margin:7px 0 0;}
.pInfo-nav{width:100%;background-color:#f5f5f5;overflow:hidden;margin:38px 0 0;float:left;}
.pInfo-nav a{display:block;width:147px;height:44px;line-height:44px;text-align:center;color:#585858;float:left;}
.pInfo-nav a.cur,
.pInfo-nav a:hover{background-color:#0054a5;color:#fff;}
.pInfo-con{width:770px;padding:20px;color:#585858;line-height:24px;position:relative;overflow:hidden;float:left;display:none;}
/*案例与应用*/
.cnav-2nd a{background:url(../images/icon-dd6.png) no-repeat 162px center;}
.case-list{width:815px;padding:33px 28px 45px;background-color:#fff;float:right;}
.case-list .case-box{display:block;padding:22px 0;border-bottom:1px solid #e1e1e1;position:relative;overflow:hidden;}
.case-list .case-box:first-child{border-top:1px solid #e1e1e1;}
.case-box .case-img{width:148px;height:100px;float:left;}
.case-box .name{width:560px;height:21px;line-height:21px;color:#1c1c1c;float:left;margin-left:17px;}
.case-box .date{width:90px;height:21px;line-height:21px;text-align:right;color:#585858;float:right;}
.case-box .con{height:78px;width:650px;color:#585858;line-height:26px;text-align:justify;float:left;margin:3px 0 0 17px;}
.case-box .more{color:#0054a5;position:absolute;right:0px;bottom:26px;}
.case-box:hover .name{color:#0054a5;}
.case-info{width:815px;padding:38px 28px 43px;background-color:#fff;float:right;}
.cInfo-top,
.sFinfo-top,
.nInfo-top{padding:0 0 15px;text-align:center;color:#585858;border-bottom:1px solid #e1e1e1;}
.cInfo-top h1,
.sFinfo-top h1,
.nInfo-top h1{font-size:18px;color:#1c1c1c;font-weight:normal;margin:0 0 9px;}
.cInfo-con,
.sFinfo-con,
.nInfo-con{padding:15px 0;color:#585858;line-height:24px;position:relative;overflow:hidden;}
.cInfo-page,
.sFinfo-page,
.nInfo-page{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;overflow:hidden;}
.cInfo-page a,
.sFinfo-page a,
.nInfo-page a{display:block;height:59px;line-height:59px;color:#666666;}
.cInfo-page a em,
.sFinfo-page a em,
.nInfo-page a em{color:#4b4b4b;}
.cInfo-page a.fl,
.sFinfo-page a.fl,
.nInfo-page a.fl{padding-left:32px;background:url(../images/icon-prev.png) no-repeat left center;}
.cInfo-page a.fr,
.sFinfo-page a.fr,
.nInfo-page a.fr{padding-right:32px;background:url(../images/icon-next.png) no-repeat right center;}
.cInfo-rtn,
.sFinfo-rtn,
.nInfo-rtn{display:block;width:99px;height:31px;line-height:31px;font-size:12px;color:#fff;font-family:'宋体';background-color:#0054a5;margin:30px auto 0;}
.cInfo-rtn span,
.sFinfo-rtn span,
.nInfo-rtn span{padding-left:24px;background:url(../images/icon-rtn.png) no-repeat left center;}
/*返回顶部*/
.rtn-top{display:block;position:fixed;bottom:380px;z-index:99;opacity:0;}
/*服务中心*/
.srv-right{width:303px;float:right;}
/*画册*/
.pro-cat{background-color:#ffffff;}
.pCat-top{padding-left:8px;height:40px;line-height:40px;font-size:16px;color:#0054a5;border-bottom:1px solid #f9f9f9;}
.pCat-top a{display:block;font-size:14px;color:#585858;float:right;margin-right:11px;}
.pCat-img{height:183px;line-height:183px;text-align:center;font-size:0px;}
/*联系方式*/
.srv-link{padding:8px 17px 28px;background-color:#ffffff;margin:18px 0 0;}
.srv-link .title{padding-bottom:5px;font-size:16px;color:#0054a5;border-bottom:1px solid #e1e1e1;}
.srv-link .con{line-height:25px;color:#585858;overflow:hidden;}
/*服务政策*/
.srv-pol{padding:26px 28px;width:727px;background-color:#fff;float:left;}
.srv-pol .title{padding-bottom:7px;font-size:18px;color:#0054a5;border-bottom:1px solid #e1e1e1;}
.sPol-con{padding:15px 0;color:#585858;line-height:24px;position:relative;overflow:hidden;}
.sPol-con .con{line-height:31px;margin:20px 0 0;}
/*资料下载*/
.srv-down,
.srv-faq{padding:23px 28px 37px;width:727px;background-color:#fff;float:left;}
.srv-down .sDown-box{display:block;padding-left:16px;height:47px;line-height:47px;color:#585858;background:url(../images/icon-l1.png) no-repeat left center;border-bottom:1px solid #e1e1e1;}
.sDown-box span{display:inline-block;max-width:85%;padding-right:25px;background:url(../images/icon-dd6.png) no-repeat right center;}
.sDown-box:hover,
.sFaq-box:hover{color:#0054a5;background:url(../images/icon-l1-2.png) no-repeat left center;}
.sDown-info{padding:35px 37px 50px;background-color:#fff;}
.sDinfo-name{font-size:18px;color:#0054a5;font-weight:normal;}
.sDinfo-date,
.sDinfo-size,
.sDinfo-btn{display:block;height:24px;line-height:24px;color:#585858;float:left;margin:12px 19px 0 0;}
.sDinfo-date{padding-left:24px;background:url(../images/icon-date.png) no-repeat left center;}
.sDinfo-size{padding-left:20px;background:url(../images/icon-size.png) no-repeat left center;}
.sDinfo-btn{padding-left:33px;background:url(../images/icon-down.png) no-repeat left center;float:right;margin-right:0px;}
.sDown-con{padding:10px 0 0;color:#585858;line-height:29px;border-top:1px solid #e1e1e1;position:relative;margin:13px 0 0;}
.sDown-con .type{color:#000000;}
.srv-down .sDown-nav{border-bottom:1px solid #0054a5;overflow:hidden;margin:5px 0 0;}
.sDown-nav a{display:block;width:82px;height:28px;line-height:28px;text-align:center;color:#313131;border:1px solid #e1e1e1;border-bottom:0px;border-top-left-radius:3px;border-top-right-radius:3px;float:left;margin:0 6px 0 0;}
.sDown-nav a.cur,
.sDown-nav a:hover{background-color:#0054a5;border-color:#0054a5;color:#fff;}
/*常见问题*/
.sFaq-box{display:block;height:47px;padding-left:15px;line-height:47px;color:#585858;border-bottom:1px solid #e1e1e1;background:url(../images/icon-l1.png) no-repeat 2px center;}
.sFaq-info{padding:35px 35px 40px;background-color:#fff;}
/*新闻中心*/
.news-list{width:720px;padding:37px 32px 43px;background-color:#fff;float:left;}
.n1st-box{display:block;padding:0 0 30px;border-bottom:1px solid #e1e1e1;overflow:hidden;}
.n1st-box .name{width:350px;font-size:18px;color:#1c1c1c;float:left;margin:0 20px 0 0;}
.n1st-box .date{width:350px;color:#585858;float:left;margin:5px 20px 0 0;}
.n1st-box .con{width:350px;height:120px;color:#585858;line-height:24px;overflow:hidden;float:left;margin:19px 20px 0 0;-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-moz-line-clamp:3;-o-line-clamp:5;-webkit-box-orient:vertical;text-align:justify;}
.n1st-box .more{width:350px;color:#0054a5;float:left;margin:17px 20px 0 0;}
.n1st-box:hover .name{color:#0054a5;}
.nlist-box{display:block;width:auto;padding:24px 22px 24px 18px;border-bottom:1px solid #e1e1e1;overflow:hidden;position:relative;}
.nlist-box img{width:148px;height:101px;}
.nlist-box .name{width:413px;height:31px;line-height:31px;color:#1c1c1c;float:left;margin:0 0 0 19px;}
.nlist-box .date{width:100px;height:31px;line-height:31px;text-align:right;color:#585858;float:right;}
.nlist-box .con{width:513px;height:72px;line-height:24px;text-align:justify;color:#585858;float:left;margin:3px 0 0 19px;}
.nlist-box .more{color:#0054a5;position:absolute;right:22px;bottom:27px;}
.nlist-box:hover{background-color:#0054a5;}
.nlist-box:hover .name,
.nlist-box:hover .date,
.nlist-box:hover .con,
.nlist-box:hover .more{color:#fff;}
.news-info{width:720px;padding:30px 32px 39px;background-color:#fff;float:left;}
.nInfo-top{text-align:left;}
/*招商加盟*/
.join-wrapper{padding:40px 35px;background-color:#fff;position:relative;}
/*薪资福利*/
.EmpWe-top{font-size:18px;color:#0054a5;}
.EmpWe-box{color:#585858;line-height:24px;margin:20px 0 0;}
.EmpWe-box .type{color:#212121;}
/*工作*/
.job-list{padding-left: 70px;line-height:50px;background-image:url(../images/icon-job1.jpg);background-repeat:no-repeat;background-position:left center;background-color:#f7f7f7;position:relative;overflow:hidden;margin-top:7px;cursor:pointer;}
.job-list.cur{background-image:url(../images/icon-job2.jpg);background-repeat:no-repeat;background-position:left center}
.job-list .jl-name{color:#484848;float:left;width: 212px;}
.job-list span{font-size:12px;color:#888888;}
.job-list em{font-size:12px;color:#484848;}
.job-list .jl-salary{width: 184px;float:left;}
.job-list .jl-adr{width: 234px;float:left;}
.job-list .jl-num{width: 163px;float:left;}
.job-list .jl-date{width: 167px;float:left;}
.job-con{padding:20px 75px;background-color:#fff;margin-top:3px;position:relative;overflow:hidden;display:none;}
.job-con h2{font-size:14px;color:#484848;font-weight:normal;margin-top:10px;}
.job-con p{color:#666666;line-height:30px;}
/*网站地图*/
.contain-webMap{padding:35px 0 70px;}
.webMap-top{padding:0 0 11px;font-size:24px;color:#0054a6;border-bottom:1px solid #e1e1e1;margin-bottom:-10px;}
.webMap-box{width:275px;padding:0 27px;border:1px solid #f1f1f1;border-radius:10px;margin:50px 0 0;}
.webMap-box .type{height:59px;line-height:59px;text-align:center;font-size:18px;color:#0054a5;border-bottom:1px solid #f1f1f1;}
.webMap-list{padding:10px 0;overflow:hidden;}
.webMap-list a{display:block;width:50%;padding:10px 0;color:#585858;float:left;}
.webMap-list a:hover{color:#0054a5;}
.webMap-box.webMap-box2{margin-left:53px;}
/*联系我们*/
.container-ctUs{padding:50px 0;}
.ctUs-top{height:46px;text-align:center;background:url(../images/ctus-bg.png) repeat-x left top;}
.ctUs-top span{display:inline-block;padding:0 12px;background-color:#fff;}
.ctUs-top h1{display:inline-block;line-height:28px;font-size:28px;color:#666666;margin:-3px 0 0;}
.ctUs-top p{font-size:18px;color:#dfdfdf;text-transform:uppercase;}
.ctUs-box{overflow:hidden;margin:50px 0 0;}
.ctUs-box .ctUs-map{width:533px;height:264px;border:1px solid #cdcbcc;float:left;position:relative;overflow:hidden;}
.ctUs-box .ctUs-block{width:497px;height:49px;padding-left:35px;line-height:49px;color:#585858;border-bottom:1px solid #e1e1e1;float:right;}
.ctUs-box .ctUs-name{width:532px;height:34px;line-height:34px;font-size:24px;color:#0054a5;float:right;margin:0 0 12px;}
.ctUs-box .ctUs-adr{background:url(../images/icon-adr.png) no-repeat 4px center;}
.ctUs-box .ctUs-phone{background:url(../images/icon-mail.png) no-repeat 4px center;}
.ctUs-box .ctUs-post{background:url(../images/icon-post.png) no-repeat 4px center;}
.ctUs-box .ctUs-mail{background:url(../images/icon-mail2.png) no-repeat 4px center;}
/*营销网络*/
.container-Emkt{padding:40px 0 45px;background-color:#f9f9f9;}
.Emkt-top{text-align:center;font-size:24px;color:#0054a5;}
.Emkt-nav{width:1110px;overflow:hidden;margin:26px 0 0 -10px;}
.Emkt-nav a{display:block;padding:5.5px 0 5.5px 11px;float:left;}
.Emkt-nav a span{display:block;width:100px;height:35px;line-height:35px;text-align:center;color:#585858;background-color:#e5e5e5;}
.Emkt-nav a.cur span,
.Emkt-nav a:hover span{background-color:#0054a5;color:#fff;}
.Emkt-box{padding:15px 0;background-color:#ffffff;margin:30px 0 0;display:none;}
.Emkt-box table{width:100%;border-collapse:collapse;}
.Emkt-box table tr td{padding:24px 30px;color:#585858;line-height:28px;vertical-align:middle;}
.Emkt-box table tr td:first-child{width:139px;color:#0054a5;text-align:center;border-right:1px solid #e5e5e5;padding:0px;}
/*在线留言*/
.container-oMsg{padding:47px 0 34px;}
.oMsg-top{font-size:24px;color:#0054a5;}
.oMsg-list{overflow:hidden;margin:14px 0 0;}
.oMsg-list li{width:50%;padding:10px 0;overflow:hidden;float:left;}
.oMsg-list .oMsg-type{display:block;width:45px;text-align:right;height:44px;line-height:44px;color:#585858;float:left;}
.oMsg-list .text{display:block;width:449px;height:42px;padding:0 10px;border:1px solid #dbdbdb;float:left;margin:0 0 0 9px;}
.oMsg-list li.w100{width:100%;}
.oMsg-list textarea.text{width:999px;height:209px;padding:10px;resize:none;}
.oMsg-list .text.yzm-text{width:245px;}
.oMsg-list .yzm-img{display:block;width:125px;height:44px;position:relative;overflow:hidden;float:left;margin:0 0 0 10px;}
.oMsg-list .oMsg-btn{width:106px;height:44px;line-height:44px;font-size:16px;color:#fff;background-color:#0054a5;float:left;margin:0 0 0 10px;}
/*-----浮动右侧客服-----*/
.float_qq{ position:fixed; top:200px; right:0; width:57px;z-index:200;}
.float_qq li{ width:auto; height:58px; z-index:20;}
.float_qq li.float_qq1,
.float_qq li.float_qq4{ position:absolute; left:0; width:57px;}
.float_qq li.float_qq1{ top:0;}
.float_qq li.float_qq2{ position:absolute; top:60px; left:0;  width:225px;}
.float_qq li.float_qq3{position:absolute; top:120px; left:0; width:126px;}
.float_qq li.float_qq4{ position:absolute; top:180px; left:0;}
.float_qq4{ position:absolute; top:153px; left:0;}
.float_qq li a{ display:block; font-family:"Microsoft Yahei"; color:#FFF; font-size:14px; height:58px; line-height:58px; overflow:hidden; background-color:#00a0ea;border-radius:6px;}
.float_qq li a img{ display:block; float:left; vertical-align:middle; width:57px; height:58px;}
.float_shwx{ position:absolute; top:-155px; left:-200px;width:216px; height:216px; padding-bottom:9px;display:none;}
.float_shwx img{ display:block; padding:14px; background-color:#FFF; width:188px; height:188px;}
.float_qq li:hover .float_shwx{display:block;}
/*友情链接*/
.container-link{padding:35px 0 0;min-height:600px;}
.link-top{padding:0 0 12px;font-size:24px;color:#0054a6;border-bottom:1px solid #e1e1e1;}
.link-list{width:1115px;margin:40px 0 0 -15px;}
.link-list li{width:208px;padding:0 0 15px 15px;float:left;}
.link-list .link-box{display:block;height:82px;line-height:82px;font-size:0px;text-align:center;border:1px solid #dcdcdc;overflow:hidden;position:relative;}
/*资料下载搜索框*/
.sDown-srch{width:312px;height:34px;margin:0 auto 30px;}
.sDown-srch .text{padding:0 0 0 10px;width:253px;height:32px;line-height:22px;color:#b5b5b5;border:1px solid #e1e1e1;border-right:0px;float:left;}
.sDown-srch .btn{width:48px;height:34px;background:url(../images/icon-srch2.png) no-repeat center center;float:right;}